| ScrwLoose | since there is no channel named #apachefastcgiperl ;) |
| revdiablo | irixz: Around perl |
| irixz | in perl. |
| revdiablo | ScrwLoose: Well, I don't know the answer to your question, but maybe someone else here will. Good luck in any case |
| ScrwLoose | cheers thanks for the help :) |
| action | CPAN upload: AI-Prolog-0.739 by JJORE |
| CPAN | upload: AI-Prolog-0.739 by JJORE |
| dmitrig01 | where is the main api documentation for perl? |
| revdiablo | perlguts? |
| dmitrig01 | what is that/ |
| sili | perldoc perlguts |
| revdiablo | Try perldoc perlguts |
| mauke | perlguts - Introduction to the Perl API |
| sili | perldoc perlapi |
| revdiablo | dmitrig01: Also, perldoc perl has an index of all the perl docs. You might want to check it out, there is a whole section on internals |
| dmitrig01 | I need to see the documentation for the function split |
| mauke | perldoc -f split |
| dmitrig01 | how would I find that |
| sili | haha ffs. |
| mauke | also, perldoc perldoc |
| revdiablo | dmitrig01: Oh. When people speak of "the perl API" they usually mean the perl internals, or the various other C bits |
| dmitrig01 | oh |
| sum12nuke | hi |
| zach | i am home |
| epotash_ | hey, i have a really simple question about linux command line. how do i get the argument of one command to be the stdout of another for instance i want to run "totem" with the parameter "ls director/*.avi" i know this isnt perl, but im sure anyone with any scripting experience can answer this |
| deryni | xargs |
| epotash_ | sweet |
| deryni | But totem won't just accept a glob itself? |
| epotash_ | thanks |
| deryni | totem director/*.avi ? |
| epotash_ | i have to replace the carriage returns with spaces but it accepts a list of files that way |
| deryni | Carriage returns? |
| dmitrig01 | thanks everyone for their help my thing works beautifully |
| epotash_ | new lines '\n' |