Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: marblecat
  • Order by date
  1. marblecat

    Executing unix commands from a Perl file

    system("your_command");
  2. marblecat

    System Beep with Perl?

    "Ok I am going to ask what does the \a do? I mean is that the sysble for the system sound? and if so are These all laid out some where on a page for Us?" Sorry,I don't understand what you mean."sysble"?,what does it means? A computer word? sorry,English is not my native...
  3. marblecat

    System Beep with Perl?

    use \a example: print "\a";
  4. marblecat

    How to read the next word after a keyword found

    #! usr/bin/perl $_="The blue cat ( run over the car)."; /cat\s/; @after=split(/\s/,$'); print $after[0],"\n"; #$after[0] is what you want

Part and Inventory Search

Back
Top