Search results

  1. M

    Perl help: if condition to match multiple strings?

    Hi all I am new to perl programing , need help with if condition to match multiple strings. Code is something like if ($var ne "abcd" || $var ne "qprs") { somthing; } else { someting; } if this is not suppose to work anything else i can try ? $var should match / compare with multiple...
  2. M

    Perl:- how to call a subroutine after xxx seconds?

    i am new to perl scripting.... :) I am writing a IRC bot in perl. and need help in calling a subroutine after xxx seconds after it executes the main . have tried sleep but not very efficient and doesn't server the cause. The call must be auto
  3. M

    Perl:- how to call a subroutine after xxx seconds?

    i am new to perl scripting.... :) I am writing a IRC bot in perl. and need help in calling a subroutine after xxx seconds after it executes the main . have tried sleep but not very efficient and doesn't server the cause. The call must be auto
  4. M

    Perl:- how to call a subroutine after xxx seconds?

    i am new to perl scripting.... :) I am writing a IRC bot in perl. and need help in calling a subroutine after xxx seconds after it executes the main . have tried sleep but not very efficient and doesn't server the cause. The call must be auto
  5. M

    Perl:- how to call a subroutine after xxx seconds?

    i am new to perl scripting.... :) I am writing a IRC bot in perl. and need help in calling a subroutine after xxx seconds after it executes the main . have tried sleep but not very efficient and doesn't server the cause. The call must be auto
Back
Top