#! /usr/bin/perl -w use strict; { our %hash; $hash{ 1 } = "OK"; &routine; } sub routine { print $hash{ 1 }; }
In reply to Re^3: prob w/ gatekeeper subroutine
by Anonymous Monk
in thread prob w/ gatekeeper subroutine
by weglarz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |