File: file-glob-yes.pl

package info (click to toggle)
libmodule-scandeps-perl 0.98-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 576 kB
  • ctags: 231
  • sloc: perl: 3,910; makefile: 10; ansic: 1
file content (10 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
my $serial_asn1;
my $i;
package Foo;
sub length {1};
package main;
bless $serial_asn1 => 'Foo';

for ($i=0; $i++,$_=<*.txt>; $i++) {
}