in reply to Anyone used Bot::BasicBot before?
You should be able to use [mod://Bot::BasicBot] to link to Bot::BasicBot.
When I need to deal with a data structure that I don't know, using Data::Dumper is usually quite convenient:
use Data::Dumper; print Dumper $arguments;
I'll just assume that $arguments contains an array reference. For accessing that, see tye's References Quick Reference.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Anyone used Bot::BasicBot before?
by Anonymous Monk on Dec 20, 2017 at 11:22 UTC |