[ create a new paste ] login | about

Link: http://codepad.org/BxLMzUEh    [ 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
ARRAY(0xa0c81bc)


Create a new paste based on this one


Comments: