Help for this page

Select Code to Download


  1. or download this
    package EvalScalar;
    use Carp;
    
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    
    ...
    
    $a = '"But unqualified subs will be called in EvalScalar namespace" . 
    +foo()';
    print $a;