Help for this page

Select Code to Download


  1. or download this
    C:\Temp>echo foo >foo.txt
    
    ...
    
    C:\Temp>perl -e"open my $fh, '<', $ARGV[0] or die $!; print <$fh>;" c:
    +/temp/foo.txt
    foo