Help for this page

Select Code to Download


  1. or download this
    package Test1;
    use namespace::clean;
    sub foo { if } # Yes, this is an intentional syntax error
    1;
    
  2. or download this
    % perl -Ilib -MTest1 -e1
    
  3. or download this
    syntax error at lib/Test1.pm line 2, near "if }"
    Compilation failed in require.
    BEGIN failed--compilation aborted.
    
  4. or download this
    Unknown error
    Compilation failed in require.
    BEGIN failed--compilation aborted.