Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I'm not sure that it's necessary to fix your Ubuntu installation but you will probably run into problems down the road if you don't. It used to be that your package manager would be broken by now but apt has been moving away from the perl dependency so you might not ever notice. At the very least, perl programs installed through the package manager will be broken.

You can check the system perl with
/usr/bin/perl -v
which should say something like
This is perl, v5.10.1 (*) built for x86_64-linux-gnu-thread-multi
You can also check to see what kind of file it is with
file /usr/bin/perl
which should say something like
/usr/bin/perl: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dy +namically linked (uses shared libs), for GNU/Linux 2.6.18, stripped
If your system doesn't give similar responses, your system perl is broken.

In reply to Re^11: broke my perl? :( by rowdog
in thread broke my perl? :( by megnetz

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 learning in the Monastery: (3)
As of 2024-04-19 17:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found