w_log( "CheckPoint 5" );
w_log( "$links{'2:221/6'}{'password'}" );
6 13:58:43 hpt/lnx 1.9.0-cur 2020-11-09
6 13:58:43 hpt/lnx 1.9.0-cur 2020-11-09
The problem is --------------------^^^^^^^^^^
You should take version 2020-04-19.
This is my filter.pl file:
8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<
#!/usr/bin/perl
#
use warnings;
#
BEGIN { require "/home/husky/bin/pong.pl";
require "/home/husky/bin/pingpong.pm";
}
6 13:58:43 hpt/lnx 1.9.0-cur 2020-11-09
The problem is ----------------^^^^^^^^^^
You should take version 2020-04-19.
Sorry. I mean 2021-04-19.
6 13:58:43 hpt/lnx 1.9.0-cur 2020-11-09
The problem is ----------------^^^^^^^^^^
You should take version 2020-04-19.
Sorry. I mean 2021-04-19.
Works here in hpt/w64-mvcdll 1.9.0-cur 2020-11-09.
You may try 2:221/1.6.
The problem is --------------------^^^^^^^^^^
You should take version 2020-04-19.
Perhaps they are in conflict.
require "/home/husky/bin/pingpong.pm";
}
You have to do it differently ...
[fido@host-187 perl]$ perldoc ./pingpong.pm
Put pingpong.pm somewhere in the @INC path. It's strongly
recommended for
Windows users to put it in the same directory with filter.pl.
place to filter.pl something like this:
use pingpong;
I cloned the hpt tree from GIY HUB, and tryied to build it against the 20210213
Did I have to build all the environment from GIT?
Ok, but how I can rewrite the filer.pl to run also the other modules?
Actually I have three other modules that run on my filter.pl:
8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8< --
8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8< --
Please Stas, can you suggest me how to rewrite it? :)
I cloned the hpt tree from GIY HUB, and tryied to build it
against the 20210213
How did you manage this? You cloned hpt from GitHub and obtained the two-month-old version? The latest hpt version is 20210418.
[...skipped...]
Did I have to build all the environment from GIT?
Yes, you have to update everything using `git pull` and then build and install everything:
$ cat build_all
#!/bin/sh
build()
{
git pull
make
sudo make install
make distclean
}
for subproject in huskylib smapi fidoconf areafix hpt
do
pushd $subproject
build
popd
done
#!/usr/bin/perl[...]
I think so.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 368 |
Nodes: | 16 (2 / 14) |
Uptime: | 52:24:18 |
Calls: | 7,887 |
Calls today: | 1 |
Files: | 12,962 |
Messages: | 5,788,718 |