Here vlc://quit is not working. What do i need to for quitting vlc through perl?
Code:
#!usr/bin/perl
use strict;
no strict "vars";
use warnings;
use DBI;
$dbh = DBI->connect('dbi:mysql:audio', 'root', 'ajitteli')
or die "connection error: $DBI::errstr\n";
print "Enter the number of songs to be played: ";
my $num
Leave a comment: