Help for this page

Select Code to Download


  1. or download this
    $ perl -v
    This is perl, v5.8.8
    $ cat foo
    
  2. or download this
     (this is apparently Chinese for "text")
    $ perl -e 'print -T "foo"'
    1
    $ perl -e 'print -B "foo"'
    $