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

String assignment oddity

by writch (Sexton)
on Mar 01, 2018 at 21:38 UTC ( [id://1210196]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($type eq 'A'){
        if ($state eq 'GA'){
    ...
             $form{source} = 'files/blanks/state/TX/B/contract.pdf';
        }
    }
    
  2. or download this
    $form{source} = "files/blanks/state/$state/$type/contract.pdf";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (None)
    As of 2024-04-25 01:07 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found