Help for this page

Select Code to Download


  1. or download this
    pp -o test.exe -d test.pl -M Some::Module ....
    
  2. or download this
    my $scalar = '';
    open FOO, '>', \$scalar;
    print FOO "Hi there\n";
    close FOO;