Help for this page

Select Code to Download


  1. or download this
    $ cat file.txt
    ASDF_ONE {
    ...
        tmp
        magic
    }
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    else {
        print "TWO does not have the word.\n";
        }
    
  3. or download this
    $ perl 11129184.pl
    ONE already has the word.
    TWO already has the word.