Help for this page

Select Code to Download


  1. or download this
    my $false = 0;  # Perhaps a global.
    
    capture( $gold ) if $false;  # `capture` doesn't need to exist.
    
  2. or download this
    sub capture { }
    
    capture( $gold );