Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    }# end of main
        1;
    
  2. or download this
    C:\Temp>perl -e "require 'crow.pl'; print map{qq|$_\n|} ret_files('.')
    +;" > do.dat
    
  3. or download this
    perl -ne "BEGIN{require 'crow.pl'}; main($_)" do.dat