Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $outputfile = <STDIN>;
    chomp($outputfile);
    print "User input: $outputfile\n";
    
  2. or download this
    pp -o inputtest inputtest.pl
    
  3. or download this
    Please enter an output file name: testfile.txt
    User input: testfile.txt