- or download this
#!/usr/local/bin/perl
use strict;
...
print "line: ",$_;
}
print "\$lsct: $lsct\n\n";
- or download this
line: hello.cgi
line: obsfu.pl
line: test.pl
line: test.pl~
$lsct: 4
- or download this
use strict;
my @dirlines = `dir`;
...
print "$_";
}
print "\$dirsize: $dirsize\n";