Help for this page

Select Code to Download


  1. or download this
    use 5.014;
    use warnings;
    
    ...
    End of scope
    Destruction during RUN
    End of file
    
  2. or download this
    copy 'x', my $fn3 = do { { my $h = Temp-> new } }-> filename or die;
    
  3. or download this
    $_ = "Hi"; 
    do { local $_ = "Hello" };
    print