Help for this page

Select Code to Download


  1. or download this
    {bob is {a cool guy}}
    
  2. or download this
    <bob> is <a> cool guy </a></bob>
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    print FILEOUT $text;
    close FILEOUT;
    print "\nYour result is stored in file $outfile\nGoodbye.\n";