Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: Save Split to Array

by NetWallah (Canon)
on Aug 28, 2009 at 20:39 UTC ( [id://792011]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Save Split to Array
in thread Save Split to Array

merlyn's reference to "Code Smell" (Wikipedia) comes from recent (~8 years) software development vocabulary. I do not believe he intended it to be derogatory.

Regarding your issue:
Use of uninitialized value $_[0] in string eq at ***** line 63, <> line 2
This is a result of your call:
vlan_number();
on line 118.

That call does not pass any parameters to "vlan_number():.

When you request $_[0], at line 62, it asks for the first parameter in @_;
Since @_ (Parameter list) is empty, you get the warning.

     Potentia vobiscum ! (Si hoc legere scis nimium eruditionis habes)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://792011]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-26 05:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found