Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Save Split to Array

by NetWallah (Canon)
on Aug 27, 2009 at 17:49 UTC ( [id://791728]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ( $vlan_name =~ m|^\w[\w-]*$| ){
      # Name complies with :
    ...
    }else{
      # Complain about non-compliant name
    }
    
  2. or download this
     if ($vlan_number =~ m|^\d+$|) {
         # Compliant - numeric only
      }else{
        # Something Not completely numeric - display error.
      }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-24 15:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found