in reply to simple "if.. elsif.. else.." statements, trying "for.. if.." too

Wrong operator, see perlop. Had you enabled warnings, then Perl would alert you to your mistake.
$os_arch eq 'x86_64'
  • Comment on Re: simple "if.. elsif.. else.." statements, trying "for.. if.." too
  • Download Code

Replies are listed 'Best First'.
Re^2: simple "if.. elsif.. else.." statements, trying "for.. if.." too
by JBzh (Initiate) on May 18, 2012 at 13:44 UTC
    it works, thank you :)