Help for this page

Select Code to Download


  1. or download this
    use feature 'switch';
    no warnings 'experimental';
    ...
        $data = io();
    }
    1;
    
  2. or download this
    % perl t.pl 
    Undefined subroutine &test::io called at t.pl line 11.
    
  3. or download this
    $data = IO::All::io()
    
  4. or download this
    Can't call method "_package" on an undefined value at /usr/share/perl5
    +/vendor_perl/IO/All.pm line 63.