Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Inspiration comes to the inspirable?

by cowens (Beadle)
on Jul 23, 2002 at 20:04 UTC ( [id://184560]=note: print w/replies, xml ) Need Help??


in reply to Inspiration comes to the inspirable?

In addition to the fine suggestions already made (do nothing, read docs, read books, etc), try reinventing the wheel. There is no great need to reinvent the wheel, but occasionally you will do it better and you almost always learn something new.
For example: I am currently rewriting the popd, pushd, and dirs builtin shell commands as a Perl module. No particular reason except that someone on beginners@perl.org asked if such a thing existed. I didn't feel like doing my work load today, so I am taking his/her query as a challenge. I don't particularly care if such a thing exists on CPAN or not; functionality is not the goal: coding is. I have set the following requirements for myself:
  1. it must conform to the original syntax as closely as possible (-n can be '-n' but that is it)
  2. it must be %100 Perl
  3. I must avoid modules
  4. it must be thoroughly documented with POD
  5. I must be able to upload it to CPAN if after I am done I don't find anything that already does this
So far I am having a ball.
  • Comment on Re: Inspiration comes to the inspirable?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://184560]
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-04-23 15:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found