Help for this page

Select Code to Download


  1. or download this
    use feature "switch";
    
    ...
    
    # Prove STDERR is redirected
    my $error = 10 / 0;
    
  2. or download this
    C:\Users\ian\Perl>perl test.pl
    given is experimental at test.pl line 10.
    when is experimental at test.pl line 11.
    
    C:\Users\ian\Perl>