Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    
    ...
    $x = '$y';
    
    print header(), start_html(), "\n";
    
  2. or download this
    package strictandwarnings;
    
    ...
    
    1;
    
  3. or download this
    Global symbol "$x" requires explicit package name at ./tst100.pl line 
    +9.
    Global symbol "$x" requires explicit package name at ./tst100.pl line 
    +11.
    Execution of ./tst100.pl aborted due to compilation errors.
    
  4. or download this
    Use of uninitialized value in concatenation (.) or string at ./tst100.
    +pl line 9.