Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: new way to code html?

by ColonelPanic (Friar)
on Nov 21, 2012 at 14:29 UTC ( [id://1004929]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #No longer "works"
    sub ah{
    ...
         (my $fizix = '</'.$p.'>')
      )
    }
    
  2. or download this
    #Same as the code without parentheses.
    sub ah{
    ...
         (my $fizix )
       ) = '</'.$p.'>'
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-19 16:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found