Help for this page

Select Code to Download


  1. or download this
    my $class = ref( $type ) || $type;
    
  2. or download this
    package Purified::Confusion;
    
    ...
    }
    
    1;
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    # ...but that produces not at all what is desired,
    # if the module author heeded the FUD; as we see here:
    print $two->get(), $/;
    
  4. or download this
    a
    Can't locate object method "get" via package "Purified::Confusion=ARRA
    +Y(0x182f0d0)" at confusion.pl line 13.
    
  5. or download this
    my $class = ref( $proto ) || $proto;