Help for this page

Select Code to Download


  1. or download this
    package WTF;
    
    ...
    
        bless \( my $scalar ), ref $self || $self;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
        WTF->import(qw/some/);
        WTF->import(qw/more/);
    }
    
  3. or download this
    C:\WINDOWS\system32\cmd.exe /c perl WTF.pl
    Created type: some
    ...
    BEGIN failed--compilation aborted at WTF.pl line 9, <DATA> line 1.
    shell returned 255
    Hit any key to close this window...
    
  4. or download this
    !perl WTF.pl
    Created type: some
    Problem with subclass: WTF::more - cannot new() at WTF.pl line 8
    BEGIN failed--compilation aborted at WTF.pl line 9, <DATA> line 1.