#!/usr/bin/perl -- use strict; use warnings; my @keyboard; $keyboard[0][0] = "E"; ... Instruct( \@keyboard, 'RFGM' ); sub Instruct { my( $keyboard, $input ) = @_; ... }
In reply to Re: please solve this
by Anonymous Monk
in thread please solve this
by ashokbabumannam
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |