Help for this page

Select Code to Download


  1. or download this
     
    if ($headerStr)
    { 
       my @headerElements = split /\s+/, $headerStr;
    }
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    b in sub is 45
    a outside of sub is 27
    b outside of sub is
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    ref still points to 89 (the memory for the value of 89 is
                            separate from the memory of the
                            value of 28)