Help for this page

Select Code to Download


  1. or download this
    $ perl -we 'while (<>) { print }' 'fortune |'
    To downgrade the human mind is bad theology.
                    -- C. K. Chesterton
    
  2. or download this
    sub do_something {
        my ($filename, @rest) = @_;
    ...
        local $" = ' ';
        local $@; # we might want to use eval { }
    }