I've recently started learning perl, and have been writing simple little useless scripts to practice and have come to a dead end in the one im currently working on. Its a music player, it searches, loads, makes playlists and such and is working like i intended except for the fact that i have to change all songs manually do to the fact that i cant count down the seconds till the song is finished to change AND get input from <STDIN> for directing the script. I was wondering if there was a way to use the alarm function and $SIG{ALRM} to call a subroutine after the alarm goes off? So that i could set the alarm for the song length, then use the subroutine to change songs after its completed AND wait for user input to change volume or playlists and such. I would post the code even though its irrelevant but im not quite sure how to quote it in those fancy code blocks :D thanks so much Ryan

In reply to Question about alarm() by nothign

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.