What would this look like in a perl script?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • starlight849
    New Member
    • Jun 2009
    • 82

    What would this look like in a perl script?

    Code:
    perl -i.bak -n -e'print if /\S/' filename
    How would i write this into a perl script?
    Solved found the B::Deparse method.
Working...