[src]
@a=(10,102);
@b=(10,102);
print_array(a,;
sub print_array
{
print @_;
}
[/src]
The output would be
[src]2[/src]
[src]
@a=(10,102);
@b=(10,102);
print_array(a,;
sub print_array
{
print @_;
}
[/src]
The output would be
[src]2[/src]
Actions : (View-Readers)
There are no names to display.