Help for this page

Select Code to Download


  1. or download this
    $attached = attach_var($target_ref, $attach, [$optional_name]);
    $attached = attached($target_ref, [ $optional_name ]);
    ...
    while(my $i = int_span(1,1000000000)){
      print $i,"\n";
    }
    
  2. or download this
    # Persistant subroutine data
    sub somesub {
    ...
        # The persistant arg hash could be keyed on the caller info if des
    +ired
        # for context sensitivity
    }