Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: quotes in Perl

by perlcapt (Pilgrim)
on Oct 21, 2004 at 00:00 UTC ( [id://401022]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <font size="-1">#!/usr/bin/perl -w
    use strict;
    ...
       foo: $foo
       bar: $bar
    EOT
    
  2. or download this
    =====
    
    ...
       variable names appear.
       foo: 123.45
       bar: Martha Stewedprune
    
  3. or download this
    my $url = "http://www.maperl.com";
    my $text = "Mother of Perl";
    ...
    
    <a href="$url">$text</a>
    EOT
    
  4. or download this
    <a href="http://www.maperl.com">Mother of Perl</a>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-29 05:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found