Help for this page

Select Code to Download


  1. or download this
    
    
    ...
    print "From STDIN: $line";
    '
    Unsafe code detected: 'private value' trapped by operation mask at (ev
    +al 5) line 1.
    
  2. or download this
    use strict;
    use warnings;
    ...
    --output:--
    $ perl 2.pl 'print "$x\n";'
    Unsafe code detected: 'private value' trapped by operation mask at (ev
    +al 5) line 1.