Help for this page

Select Code to Download


  1. or download this
    > perl -v
    
    This is perl, v5.10.0 built for i486-linux-gnu-thread-multi
    
  2. or download this
    > perl
    use IO::Handle;
    ...
    $x->print("hu hu");                 
    __END__
    hu hu