Help for this page

Select Code to Download


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