Help for this page

Select Code to Download


  1. or download this
    
    # This \$var syntax of open() requires Perl 5.8.0 or higher.
    ...
    test
    foo
    bar
    
  2. or download this
    # This \$var syntax of open() requires Perl 5.8.0 or higher.
    use 5.8.0;
    ...
    test
    foo
    bar