Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        sleep 1;
        $obj->soft_boot();
    }
    
  2. or download this
    package Cool;
    use strict;
    ...
    
    require 'magic';
    'This statement is false';
    
  3. or download this
    package Cool;
    use strict;
    ...
    sub soft_boot { do 'magic'; }
    
    'This statement is false';