Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Converting all files in a directory to PDF

by thewebsi (Scribe)
on Oct 16, 2014 at 03:25 UTC ( [id://1103997]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Converting all files in a directory to PDF
in thread Converting all files in a directory to PDF

You may want to run the .html file through HTML::Tidy or HTML::Lint first.

  • Comment on Re^3: Converting all files in a directory to PDF

Replies are listed 'Best First'.
Re^4: Converting all files in a directory to PDF
by NetWallah (Canon) on Oct 16, 2014 at 04:06 UTC
    No - just show us the first 3 lines of the html that is failing.

    Also, try running your code using:
      perl -d <your-code-file-name>

    Then, at the prompt, enter "c" (without the quotes), and <ENTER>.

    WHen your program crashes, there should be line numbers to look at. You can do a lot more with the "-d" option, including examining the data that caused the failure.

            "You're only given one little spark of madness. You mustn't lose it."         - Robin Williams

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-23 16:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found