Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
as for the prob i got it working, all it needed was ;
my $content = get $url; changing to my $content = get($url);

Really? I find that hard to believe:

Update: I stand corrected. Had not really understood what the issue was about, out of only reading superficially. Shame on me! Rest of post fundamentally irrelevant now.


$ perl -MLWP::Simple -e 'print get "http://blazar.perlmonk.org/"' <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-U +S"> <head><title>Michele &quot;blazar&quot; Dondi&#39;s home @ Perlmonk.or +g</title> <meta name="keywords" content="Michele, Dondi, blazar" /> <meta name="robots" content="index,follow" /> </head><body><h1>Michele &quot;blazar&quot; Dondi&#39;s home @ Perlmon +k.org</h1> <h2>News</h2> <p>I&#39;ve always been half hearted about blogs. I still am. Well, ye +ah sort of. However I&#39;ve started writing one, with a much irregular freque +ncy, but who cares? Of course, it <em>had</em> to have <code>perl</code> in the domain name: in fact <a href="http://use.perl.org/~blazar/journal/">it +&#39;s at use Perl</a>. And I&#39;m writing more ore less anything that springs +to mind.</p> <h2>Old stuff</h2> <p><small>(The following is all that was here before I added the secti +on above. Not much, eh?)</small></p> <p>No, there&#39;s nothing here yet. You&#39;ll find something more, b +ut not too much, <a href="http://mosquito.scumm.it/~blazar/">here</a>.</p> </body></html>

and

$ perl -MO=Deparse,-p -MLWP::Simple -e 'print get "http://blazar.perlm +onk.org/"' use LWP::Simple; print(get('http://blazar.perlmonk.org/')); -e syntax OK

In reply to Re^3: Universal Require by blazar
in thread Universal Require by simonodell1

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-23 19:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found