Help for this page

Select Code to Download


  1. or download this
    modify_large_scalar(\$large_scalar);
    
  2. or download this
    sub modify_large_scalar {
        my $large_scalar_ref = shift;
        # Code to modify $$large_scalar_ref
    }