Author: smallpondsmallpond Date: Mar 31, 2008 06:02
> Hi,
> I have written a script in tcl n expect to send a command to a switch
> with tenet.
> but i am unable to send more than 1024B data using send command i am
> executing this script in linux machine please i need ur help here is
> the script ........
>
> #!usr/bin/tcl
There's your problem. Change to:
#!/usr/bin/perl
|