Perl Script
Friday, September 25, 2015
Variables and Array Perl Program
Script:
@array = ("one", "two", "three");
$variable = pop (@array);
print "$variable\n";
Output:
three
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment