[ create a new paste ] login | about

Link: http://codepad.org/GViuuyws    [ raw code | output | fork ]

Perl, pasted on Jun 21:
1
2
3
4
5
my @Nodes_Names ={"a","b"};
my $c1;
my $c2;
($c1, $c2)= @Nodes_Names;
print $c1;


Output:
1
HASH(0x900a1bc)


Create a new paste based on this one


Comments: