Get passed arguments


/ Published in: Perl
Save to your folder(s)

# Get passed arguments


Copy this code and paste it in your HTML
  1. my ($name, $age, $refList) = @_;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.