Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $VAR1 = undef;
    
    $VAR1 = undef;
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    --output:--
    hello
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    --output:--
    $VAR1 = undef;
    
  4. or download this
    use strict;
    use warnings;
    ...
    
    --output:--
    hello world