Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $_ = <STDIN>;
    if ( /^y/i ) { print "Phew!\n" }
    else         { print "I don't believe you!\n"}
    
  2. or download this
    perl myscript.pl random_file.txt