[ale] Perl monks ?
Mazukna, Thomas
Thomas.Mazukna at delta.com
Wed May 1 14:11:54 EDT 2002
1. Is the following snippet a valid piece of Perl code?
s/[Tt]he\s/a/gis;
2. Will the following code open a file named "thefile" for output?
open OUT, "thefile";
3. For the following snippet of code, is array2 created as a reference to
array1?
@array1 = @array2;
4. Does the following snippet of code define a valid hash?
%myhash = ("1", "Steve",
"2", "Bob",
"A", "Frank");
---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.
More information about the Ale
mailing list